From: Jan Djärv Date: Fri, 17 Aug 2007 07:53:18 +0000 (+0000) Subject: Remove debug fprintf. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~1793 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=045e04f200ac0dd7c9a5f3845e465bca1f96847a;p=emacs.git Remove debug fprintf. --- diff --git a/src/xterm.c b/src/xterm.c index 6c58cc39fd2..bb25fba5f87 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6751,11 +6751,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) f = last_mouse_frame; else f = x_window_to_frame (dpyinfo, event.xbutton.window); - if (event.type == ButtonPress) - { - static int xxx = 0; - fprintf (stderr, "%d, F: %p\n", xxx++, f); - } + if (f) { /* Is this in the tool-bar? */